Fix the MS-Windows build due to introduction of B_.
authorEli Zaretskii <eliz@gnu.org>
Mon, 14 Feb 2011 17:35:21 +0000 (19:35 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 14 Feb 2011 17:35:21 +0000 (19:35 +0200)
commit88e5770723f2c5eba0e38f54c8141e7b37891992
tree1039249c1e25eee510cb63b999dfde944d703b57
parent9ff803234913e7273729a11bdfa1bb10687c8c2b
Fix the MS-Windows build due to introduction of B_.

 dired.c (directory_files_internal):
 fileio.c (Finsert_file_contents):
 insdel.c (prepare_to_modify_buffer):
 xdisp.c (pos_visible_p):
 s/ms-w32.h (MODE_LINE_BINARY_TEXT):
 w32fns.c (Fw32_shell_execute, Fx_show_tip, x_create_tip_frame):
 Use B_ for the MS-Windows build.

 From Tom Tromey:
 buffer.c (init_buffer_once, syms_of_buffer): Use B_ in DOS_NT case.
lisp/dired.el
src/ChangeLog
src/buffer.c
src/dired.c
src/fileio.c
src/insdel.c
src/s/ms-w32.h
src/w32fns.c